GIC: Remove lowest priority constants
authorJeenu Viswambharan <[email protected]>
Wed, 7 Nov 2018 11:46:36 +0000 (11:46 +0000)
committerJeenu Viswambharan <[email protected]>
Fri, 14 Dec 2018 09:26:54 +0000 (09:26 +0000)
commit35cd9e816929bc52de2e130e699eba3c9f60b806
treefff9f3ce17da4f3c32c38461d8eb000b8f46193d
parent4f7812e7ac2b363d76681e57c3eb055a67815f20
GIC: Remove lowest priority constants

The GIC lowest priority values for each world depends on the number of
priority values implemented in hardware. These constants currently
defined in gic_common.h only meant to enumerate lowest possible
architectural values. Since these values are not used in generic code or
upstream platforms, and that general use of these constants can be
wrong, remove these. Platforms should either define and use these as
appropriate, or determine correct values at run time.

Change-Id: I3805cea8ceb8a592b9eff681ea1b63b7496cec5f
Signed-off-by: Jeenu Viswambharan <[email protected]>
include/drivers/arm/gic_common.h